OBJECTFIELD

 

Description

OBJECTFIELD provides a method for retrieving values stored in the table which you created an Object Loop for.

 

OBJECTFIELD Element/Attribute Table

TYPE=OBJECTFIELD

Element

Attributes

Attribute Value

Element Value

Definition

<MathVariable>

TYPE

OBJECTFIELD

The name of the field you want to retrieve the value from

 

OBJECTNAME

Name of the object on which the loop will occur.

 

This will be the same OBJECTNAME listed in the associated TYPE=ObjectLoop line of configuration.

SOURCEOBJECT

The name of MathVariable which is TYPE=OBJECT.

 

 

 

XML Example

<MathVariable VARIABLENAME="EachClientGUID" TYPE="OBJECTFIELD" OBJECTNAME="Client" SOURCEOBJECT=”r;IndividualClient">NameofField</MathVariable>